home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / mplayer / mplayer.conf < prev   
Encoding:
Text File  |  2007-04-10  |  3.0 KB  |  127 lines

  1. #
  2. # MPlayer configuration file
  3. #
  4. # Configuration files are read system-wide from /usr/local/etc/mplayer.conf
  5. # and per user from ~/.mplayer/config, where per-user settings override
  6. # system-wide settings, all of which are overrriden by the command line.
  7. #
  8. # The configuration file settings are the same as the command line
  9. # options without the preceding '-'.
  10. #
  11. # See the CONFIGURATION FILES section in the man page
  12. # for a detailed description of the syntax.
  13.  
  14.  
  15. ##################
  16. # video settings #
  17. ##################
  18.  
  19. # Specify default video driver (see -vo help for a list).
  20. #vo=xv
  21.  
  22. # Use SDL video with the aalib subdriver by default.
  23. #vo = sdl:aalib
  24.  
  25. # FBdev driver:
  26. #
  27. # mode to use (read from fb.modes)
  28. #fbmode = 640x480-120
  29. #
  30. # location of the fb.modes file
  31. #fbmodeconfig = /etc/fb.modes
  32.  
  33. # Specify your monitor timings for the vesa and fbdev video output drivers.
  34. # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
  35. # that exceed the capabilities of your monitor, you may damage it.
  36. #
  37. # horizontal frequency range (k stands for 1000)
  38. #monitor-hfreq = 31.5k-50k,70k
  39. #
  40. # vertical frequency range
  41. #monitor-vfreq = 50-90
  42. #
  43. # dotclock (or pixelclock) range (m stands for 1000000)
  44. #monitor-dotclock = 30M-300M
  45.  
  46. # Start in fullscreen mode by default.
  47. #fs=yes
  48.  
  49. # Change to a different videomode when going fullscreen.
  50. #vm=yes
  51.  
  52. # Override the autodetected color depth, may need 'vm=yes' as well.
  53. #bpp=0
  54.  
  55. # Enable software scaling (powerful CPU needed) for video output
  56. # drivers that do not support hardware scaling.
  57. #zoom=yes
  58.  
  59. # standard monitor size, with square pixels
  60. #monitoraspect=4:3
  61.  
  62. # Use this for a widescreen monitor, non-square pixels.
  63. #monitoraspect=16:9
  64.  
  65. # Keep the player window on top of all other windows.
  66. #ontop=yes
  67.  
  68.  
  69. ##################
  70. # audio settings #
  71. ##################
  72.  
  73. # Specify default audio driver (see -ao help for a list).
  74. ao=alsa,
  75.  
  76. # Use SDL audio driver with the esd subdriver by default.
  77. #ao = sdl:esd
  78.  
  79. # Specify the mixer device.
  80. #mixer = /dev/mixer
  81.  
  82. # Resample the sound to 44100Hz with the lavcresample audio filter.
  83. #af=lavcresample=44100
  84.  
  85. # Specify default audio codec (see -ac help for a list).
  86. ac=mad,
  87.  
  88.  
  89. ##################
  90. # other settings #
  91. ##################
  92.  
  93. # Drop frames to preserve audio/video sync.
  94. #framedrop = yes
  95.  
  96. # Specify your preferred skin here (skins are searched for in
  97. # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
  98. #skin = Abyss
  99.  
  100. # Resample the font alphamap.
  101. # 0     plain white fonts
  102. # 0.75  very narrow black outline (default)
  103. # 1     narrow black outline
  104. # 10    bold black outline
  105. #ffactor = 0.75
  106.  
  107. # cache settings
  108. #
  109. # Use 8MB input cache by default.
  110. #cache = 8192
  111. #
  112. # Prefill 20% of the cache before starting playback.
  113. #cache-min = 20.0
  114. #
  115. # Prefill 50% of the cache before restarting playback after the cache emptied.
  116. #cache-seek-min = 50
  117.  
  118. # DVD: Display English subtitles if available.
  119. #slang = en
  120.  
  121. # DVD: Play English audio tracks if available.
  122. #alang = en
  123.  
  124.  
  125. # You can also include other configuration files.
  126. #include = /path/to/the/file/you/want/to/include
  127.